Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPT-1998 Обновление проекта с примерами #130

Merged
merged 5 commits into from
May 7, 2024

Conversation

mrandrewsmith
Copy link
Collaborator

@mrandrewsmith mrandrewsmith commented Apr 16, 2024

Что сделано

  • SPM NodeKit вынесен в отдельную папку. Теперь Example и NodeKit лежит на одном уровне.
  • Удалил не используемые файлы и папки, по типу папки ci с неиспользуемыми скриптами и старый сервер на Go.
  • Обновил Example проект. Починил старую реализацию экранов логина и пагинации, плюс добавил экран со списком примеров и пример с ожиданием группы запросов.
  • Поправил NodeKit в местах, где было не удобно использовать. Например не много переработан AsyncIterator.

Как проверить

  • Открыть проект Expample

@codecov-commenter
Copy link

codecov-commenter commented Apr 16, 2024

Codecov Report

Attention: Patch coverage is 92.30769% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 91.39%. Comparing base (c5e2ee8) to head (da998b5).
Report is 5 commits behind head on 5.0.0.

Files Patch % Lines
...odeKit/NodeKit/Chains/UrlServiceChainBuilder.swift 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            5.0.0     #130      +/-   ##
==========================================
- Coverage   91.42%   91.39%   -0.03%     
==========================================
  Files          82       83       +1     
  Lines        1259     1267       +8     
==========================================
+ Hits         1151     1158       +7     
- Misses        108      109       +1     
Flag Coverage Δ
tests 91.39% <92.30%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mrandrewsmith mrandrewsmith force-pushed the SPT-1998-make-mock-target branch from c927a83 to babfb15 Compare April 16, 2024 12:43
@mrandrewsmith mrandrewsmith force-pushed the SPT-1998-example-refresh branch from 75b8324 to 3bc68ee Compare April 16, 2024 12:49
Copy link
Contributor

@NullIsOne NullIsOne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Из критичного на мой взгляд нерабочие картинки в примере и неканон использование rddm. (Выглядит местами как legacy код версии 5, хотя затянута 7.4)

@mrandrewsmith mrandrewsmith requested a review from NullIsOne April 18, 2024 17:43
Copy link
Contributor

@chausovSurfStudio chausovSurfStudio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

еще есть такое предложение - немного изменить структуру

сейчас что немного покоробило: есть Example-проект, есть локальные зависимости, есть сторонние зависимости. При этом локальные разделяются на непосредственно саму либу (NodeKit и его ThirdParty), и на "модули" самого проекта. Но все это лежит вместе в одной кучке(

Снимок экрана 2024-04-22 в 17 41 56

что если часть из них, которые непосредственно "модули" самого Example-проекта (MockServer, Services, Models), внести в проект - типа вот как тут

Снимок экрана 2024-04-22 в 17 42 59

ну чтобы явно было видно, что вот модули проекта - да, они в отдельном пакете, но это все еще example, можно его менять, в вашем проекте в целом будет примерно так же. А все что ниже - это уже сторонние либы, да, часть из них локальные, но представьте что это черная коробка и не обращайте внимания на них.

Еще - возможно было бы полезно как-то иметь возможность изменять интервал, через который приходят ответы от мокового сервака. Я пока код не посмотрел - так и не понял, где там пагинация и как она работает, все моментально выполняется)

В остальном, помню какой тут бардак был раньше - и сейчас прям симпатично стало, работа оч большая проведена 💪

@mrandrewsmith mrandrewsmith force-pushed the SPT-1998-make-mock-target branch from babfb15 to 77a98d8 Compare April 24, 2024 09:45
NodeKit/Package.swift Outdated Show resolved Hide resolved
@mrandrewsmith mrandrewsmith changed the base branch from SPT-1998-make-mock-target to 5.0.0 May 7, 2024 04:26
@mrandrewsmith mrandrewsmith force-pushed the SPT-1998-example-refresh branch from 5804141 to da998b5 Compare May 7, 2024 04:28
Copy link
Contributor

@chausovSurfStudio chausovSurfStudio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

сливай 🎉

@mrandrewsmith mrandrewsmith merged commit 45b54b3 into 5.0.0 May 7, 2024
1 check passed
@mrandrewsmith mrandrewsmith deleted the SPT-1998-example-refresh branch May 13, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants